home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global bfly, count
- if (bfly = 0) and (count = 0) then
- go("close")
- end if
- if (bfly = 0) and (count = 1) then
- go("close")
- end if
- if (bfly = 0) and (count = 2) then
- go("walk close")
- end if
- if (bfly = 0) and (count = 3) then
- go("morph close")
- end if
- if (bfly = 1) and (count = 0) then
- go("close1")
- end if
- if (bfly = 1) and (count = 1) then
- go("close1")
- end if
- if (bfly = 1) and (count = 2) then
- go("walk close1")
- end if
- if (bfly = 1) and (count = 3) then
- go("morph close1")
- end if
- end
-